/* -- gallery/cols_with_modal -- */
#gallery .section-container {
  max-width: 1500px;
  margin: auto;
  background-color: inherit;
  color: inherit;
  padding: 0vmin; }

#gallery .thumb {
  overflow: hidden;
  padding: 3px;
  display: inline-block;
  margin: 1vmin; }

#gallery .thumbnail {
  margin: 0px;
  padding: 0px;
  max-width: 320px;
  margin-bottom: 0;
  height: 240px; }

#gallery .box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover; }

#gallery .thumb a:focus {
  outline: none; }

#gallery .thumb a:after {
  content: "\e003";
  font-family: 'Glyphicons Halflings';
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 0px;
  left: 0px;
  top: -30px;
  bottom: 0px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }

#gallery .thumb a:hover:after {
  opacity: 1; }

@media (max-width: 400px) {
  #gallery .thumb a::after {
    line-height: 190px; } }

#gallery .gallery-modal-body {
  padding: 0; }

#gallery .gallery-modal-body img {
  width: 100%; }
